text view: Expand CSS node docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 18 Jan 2016 15:51:54 +0000 (10:51 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 18 Jan 2016 15:51:54 +0000 (10:51 -0500)
Mention the selection node, and the context menu.

gtk/gtktextview.c

index c5c45fe2a5d3a172a68e9cbeba35ce6ac051e5c2..77aa9bde3226638ebd55f569aa23d8cf0e453c98 100644 (file)
  * ├── border.top
  * ├── border.left
  * ├── text
+ * │   ╰── [selection]
  * ├── border.right
- * ╰── border.bottom
+ * ├── border.bottom
+ * ╰── [window.popup]
  * ]|
  *
  * GtkTextView has a main css node with name textview and style class .view,
  * and subnodes for each of the border windows, and the main text area,
  * with names border and text, respectively. The border nodes each get
  * one of the style classes .left, .right, .top or .bottom.
+ *
+ * A node representing the selection will appear below the text node.
+ *
+ * If a context menu is opened, the window node will appear as a subnode
+ * of the main node.
  */